C1.Web.Mvc.Fluent Namespace / SelectorExtension Class / Selector Method / Selector<T>(FlexGridBuilder<T>) Method
the specified flexgrid builder.

In This Topic
Selector<T>(FlexGridBuilder<T>) Method
In This Topic
Apply the default Selector extender in FlexGrid.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Selector(Of T)( _
   ByVal gridBuilder As FlexGridBuilder(Of T) _
) As FlexGridBuilder(Of T)
 

Parameters

gridBuilder
the specified flexgrid builder.

Type Parameters

T
See Also